home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / DLLHELLO.PAK / CALLDLL.RC < prev    next >
Text File  |  1997-05-06  |  620b  |  23 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (C) 1995, 1995 by Borland International, All Rights Reserved
  4. //----------------------------------------------------------------------------
  5. #include <owl/owlapp.rc>         // default owl app icon
  6. #include <owl\except.rc>
  7. #include "calldll.h"
  8.  
  9. IDM_COMMANDS MENU
  10. BEGIN
  11.   MENUITEM "&Create", CM_CREATE
  12.   POPUP "&Resource"
  13.    BEGIN
  14.       MENUITEM "&String", CM_RSTRING
  15.       MENUITEM "&Cursor", CM_RCURSOR
  16.       MENUITEM "&Icon",   CM_RICON
  17.       MENUITEM "&Bitmap", CM_RBITMAP
  18.    END
  19.  
  20. END
  21.  
  22.  
  23.